runtime.traceBufHeader.link (field)
9 uses
runtime (current package)
trace.go#L231: link traceBufPtr // in trace.empty/full
trace.go#L510: trace.empty = buf.ptr().link
trace.go#L598: buf.ptr().link = trace.empty
trace.go#L719: buf.ptr().link = 0
trace.go#L723: trace.fullTail.ptr().link = buf
trace.go#L734: trace.fullHead = buf.ptr().link
trace.go#L738: buf.ptr().link = 0
trace.go#L1066: trace.empty = buf.ptr().link
trace.go#L1074: bufp.link.set(nil)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |